diff options
Diffstat (limited to 'board/BuR')
-rw-r--r-- | board/BuR/kwb/Kconfig | 23 | ||||
-rw-r--r-- | board/BuR/tseries/Kconfig | 23 |
2 files changed, 46 insertions, 0 deletions
diff --git a/board/BuR/kwb/Kconfig b/board/BuR/kwb/Kconfig new file mode 100644 index 0000000000..5676c4fe5b --- /dev/null +++ b/board/BuR/kwb/Kconfig @@ -0,0 +1,23 @@ +if TARGET_KWB + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "kwb" + +config SYS_VENDOR + string + default "BuR" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "kwb" + +endif diff --git a/board/BuR/tseries/Kconfig b/board/BuR/tseries/Kconfig new file mode 100644 index 0000000000..f452023180 --- /dev/null +++ b/board/BuR/tseries/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TSERIES + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tseries" + +config SYS_VENDOR + string + default "BuR" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "tseries" + +endif |