summaryrefslogtreecommitdiff
path: root/src/mainboard/asi/mb_5blmp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asi/mb_5blmp/Kconfig')
-rw-r--r--src/mainboard/asi/mb_5blmp/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mainboard/asi/mb_5blmp/Kconfig b/src/mainboard/asi/mb_5blmp/Kconfig
index 6434c7878b..5b3b5bd4ce 100644
--- a/src/mainboard/asi/mb_5blmp/Kconfig
+++ b/src/mainboard/asi/mb_5blmp/Kconfig
@@ -16,9 +16,10 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+if BOARD_ASI_MB_5BLMP
-config BOARD_ASI_MB_5BLMP
- bool "MB-5BLMP"
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
select ARCH_X86
select CPU_AMD_GX1
select NORTHBRIDGE_AMD_GX1
@@ -33,15 +34,13 @@ config BOARD_ASI_MB_5BLMP
config MAINBOARD_DIR
string
default asi/mb_5blmp
- depends on BOARD_ASI_MB_5BLMP
config MAINBOARD_PART_NUMBER
string
default "MB-5BLMP"
- depends on BOARD_ASI_MB_5BLMP
config IRQ_SLOT_COUNT
int
default 5
- depends on BOARD_ASI_MB_5BLMP
+endif # BOARD_ASI_MB_5BLMP