diff options
Diffstat (limited to 'src/superio/smsc')
-rw-r--r-- | src/superio/smsc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/superio/smsc/Kconfig b/src/superio/smsc/Kconfig index ac7b0dabc1..6c1259bb13 100644 --- a/src/superio/smsc/Kconfig +++ b/src/superio/smsc/Kconfig @@ -1,12 +1,18 @@ config SUPERIO_SMSC_FDC37M60X bool + default n config SUPERIO_SMSC_LPC47B272 bool + default n config SUPERIO_SMSC_LPC47B397 bool + default n config SUPERIO_SMSC_LPC47M10X bool + default n config SUPERIO_SMSC_LPC47N217 bool + default n config SUPERIO_SMSC_SMSCSUPERIO bool + default n |