diff options
Diffstat (limited to 'src/mainboard/sunw')
-rw-r--r-- | src/mainboard/sunw/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/sunw/Kconfig.name | 2 | ||||
-rw-r--r-- | src/mainboard/sunw/ultra40/Kconfig.name | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/src/mainboard/sunw/Kconfig b/src/mainboard/sunw/Kconfig index 0ee7f2e8e3..ea76e23c7b 100644 --- a/src/mainboard/sunw/Kconfig +++ b/src/mainboard/sunw/Kconfig @@ -3,12 +3,11 @@ if VENDOR_SUNW choice prompt "Mainboard model" -config BOARD_SUNW_ULTRA40 - bool "Ultra 40" +source "src/mainboard/sunw/*/Kconfig.name" endchoice -source "src/mainboard/sunw/ultra40/Kconfig" +source "src/mainboard/sunw/*/Kconfig" config MAINBOARD_VENDOR string diff --git a/src/mainboard/sunw/Kconfig.name b/src/mainboard/sunw/Kconfig.name new file mode 100644 index 0000000000..c3783a3cc0 --- /dev/null +++ b/src/mainboard/sunw/Kconfig.name @@ -0,0 +1,2 @@ +config VENDOR_SUNW + bool "Sun Microsystems" diff --git a/src/mainboard/sunw/ultra40/Kconfig.name b/src/mainboard/sunw/ultra40/Kconfig.name new file mode 100644 index 0000000000..7a4f562f30 --- /dev/null +++ b/src/mainboard/sunw/ultra40/Kconfig.name @@ -0,0 +1,2 @@ +config BOARD_SUNW_ULTRA40 + bool "Ultra 40" |