resume some kernel config and add LPC_ICH depending on X86_64

This commit is contained in:
Lewis Kang
2016-03-15 17:03:16 +08:00
parent 4921d093f5
commit d2c1d016f5
2 changed files with 6 additions and 1 deletions

View File

@@ -1404,8 +1404,13 @@ CONFIG_ENC28J60_WRITEVERIFY=y
# CONFIG_NET_PACKET_ENGINE is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
CONFIG_NET_VENDOR_REALTEK=y
CONFIG_ATP=y
CONFIG_8139CP=y
# CONFIG_8139TOO is not set
# CONFIG_8139TOO_PIO is not set
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_R8169=y
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_SEEQ is not set

View File

@@ -1165,7 +1165,7 @@ index b2b6916..08f92c8 100644
+config LPC_ICH
+ tristate "Intel ICH LPC"
+ depends on PCI
+ depends on PCI && X86_64
+ select MFD_CORE
+ default y
+ help