AMD Geode cpus: apply un-written naming rules
[coreboot.git] / src / mainboard / eaglelion / 5bcm / Kconfig
index 7ab467b52ca18c06a6d6d5babd00dd7b45fa1b0e..f96c4941f3e22cab00406e2362c5ad6512438e54 100644 (file)
@@ -5,8 +5,7 @@
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
 ## 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_EAGLELION_5BCM
 
-config BOARD_EAGLELION_5BCM
-       bool "5BCM"
+config BOARD_SPECIFIC_OPTIONS # dummy
+       def_bool y
        select ARCH_X86
-       select CPU_AMD_GX1
+       select CPU_AMD_GEODE_GX1
        select NORTHBRIDGE_AMD_GX1
        select SOUTHBRIDGE_AMD_CS5530
        select SUPERIO_NSC_PC97317
+       select ROMCC
        select HAVE_PIRQ_TABLE
        select PIRQ_ROUTE
        select UDELAY_TSC
-       select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
        select BOARD_ROMSIZE_KB_256
 
 config MAINBOARD_DIR
        string
        default eaglelion/5bcm
-       depends on BOARD_EAGLELION_5BCM
 
 config MAINBOARD_PART_NUMBER
        string
        default "5BCM"
-       depends on BOARD_EAGLELION_5BCM
-
-config HAVE_OPTION_TABLE
-       bool
-       default n
-       depends on BOARD_EAGLELION_5BCM
 
 config IRQ_SLOT_COUNT
        int
        default 2
-       depends on BOARD_EAGLELION_5BCM
 
+endif # BOARD_EAGLELION_5BCM