diff options
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t60/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/lenovo/x60/Kconfig | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index b2b2c1c381..bb760a3053 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -33,10 +33,6 @@ config MAINBOARD_PART_NUMBER string default "ThinkPad T60" -config MMCONF_BASE_ADDRESS - hex - default 0xf0000000 - config MAX_CPUS int default 2 diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index 316e03fcda..50db78d70b 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -36,10 +36,6 @@ config MAINBOARD_PART_NUMBER string default "ThinkPad X60" -config MMCONF_BASE_ADDRESS - hex - default 0xf0000000 - config IRQ_SLOT_COUNT int default 18 |