diff options
Diffstat (limited to 'board/renesas/draak/Kconfig')
-rw-r--r-- | board/renesas/draak/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/renesas/draak/Kconfig b/board/renesas/draak/Kconfig new file mode 100644 index 00000000000..9106387bb99 --- /dev/null +++ b/board/renesas/draak/Kconfig @@ -0,0 +1,15 @@ +if TARGET_DRAAK + +config SYS_SOC + default "rmobile" + +config SYS_BOARD + default "draak" + +config SYS_VENDOR + default "renesas" + +config SYS_CONFIG_NAME + default "draak" + +endif |