diff options
Diffstat (limited to 'board/BuR/brppt1/Kconfig')
-rw-r--r-- | board/BuR/brppt1/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/BuR/brppt1/Kconfig b/board/BuR/brppt1/Kconfig new file mode 100644 index 0000000000..e006c80e6e --- /dev/null +++ b/board/BuR/brppt1/Kconfig @@ -0,0 +1,15 @@ +if TARGET_BRPPT1 + +config SYS_BOARD + default "brppt1" + +config SYS_VENDOR + default "BuR" + +config SYS_SOC + default "am33xx" + +config SYS_CONFIG_NAME + default "brppt1" + +endif |