summaryrefslogtreecommitdiff
path: root/src/mainboard/axus/tc320/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/axus/tc320/Kconfig')
-rw-r--r--src/mainboard/axus/tc320/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mainboard/axus/tc320/Kconfig b/src/mainboard/axus/tc320/Kconfig
index 6ff4d4f27f..dde2a364e7 100644
--- a/src/mainboard/axus/tc320/Kconfig
+++ b/src/mainboard/axus/tc320/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_AXUS_TC320
-config BOARD_AXUS_TC320
- bool "TC320"
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
select ARCH_X86
select CPU_AMD_GX1
select NORTHBRIDGE_AMD_GX1
@@ -33,16 +34,14 @@ config BOARD_AXUS_TC320
config MAINBOARD_DIR
string
default axus/tc320
- depends on BOARD_AXUS_TC320
config MAINBOARD_PART_NUMBER
string
default "TC320"
- depends on BOARD_AXUS_TC320
# Soldered NIC, internal USB, no real PCI slots.
config IRQ_SLOT_COUNT
int
default 2
- depends on BOARD_AXUS_TC320
+endif # BOARD_AXUS_TC320