diff options
Diffstat (limited to 'roms/u-boot/board/google/veyron/Kconfig')
-rw-r--r-- | roms/u-boot/board/google/veyron/Kconfig | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/roms/u-boot/board/google/veyron/Kconfig b/roms/u-boot/board/google/veyron/Kconfig new file mode 100644 index 000000000..7f55d78da --- /dev/null +++ b/roms/u-boot/board/google/veyron/Kconfig @@ -0,0 +1,63 @@ +if TARGET_CHROMEBOOK_JERRY + +config SYS_BOARD + default "veyron" + +config SYS_VENDOR + default "google" + +config SYS_CONFIG_NAME + default "veyron" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif + +if TARGET_CHROMEBIT_MICKEY + +config SYS_BOARD + default "veyron" + +config SYS_VENDOR + default "google" + +config SYS_CONFIG_NAME + default "veyron" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif + +if TARGET_CHROMEBOOK_MINNIE + +config SYS_BOARD + default "veyron" + +config SYS_VENDOR + default "google" + +config SYS_CONFIG_NAME + default "veyron" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif + +if TARGET_CHROMEBOOK_SPEEDY + +config SYS_BOARD + default "veyron" + +config SYS_VENDOR + default "google" + +config SYS_CONFIG_NAME + default "veyron" + +config BOARD_SPECIFIC_OPTIONS # dummy + def_bool y + +endif |