aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/via/c3/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/via/c3/Kconfig')
-rw-r--r--src/cpu/via/c3/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/cpu/via/c3/Kconfig b/src/cpu/via/c3/Kconfig
deleted file mode 100644
index 2a54603511..0000000000
--- a/src/cpu/via/c3/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-config CPU_VIA_C3
- bool
-
-if CPU_VIA_C3
-
-config CPU_SPECIFIC_OPTIONS
- def_bool y
- select ARCH_BOOTBLOCK_X86_32
- select ARCH_VERSTAGE_X86_32
- select ARCH_ROMSTAGE_X86_32
- select ARCH_RAMSTAGE_X86_32
- select UDELAY_TSC
- select MMX
- select IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
-
-endif # CPU_VIA_C3