diff options
Diffstat (limited to 'src/superio/nsc')
-rw-r--r-- | src/superio/nsc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/superio/nsc/Kconfig b/src/superio/nsc/Kconfig index 68a1df8086..5a398809fc 100644 --- a/src/superio/nsc/Kconfig +++ b/src/superio/nsc/Kconfig @@ -1,18 +1,27 @@ config SUPERIO_NSC_PC8374 bool + default n config SUPERIO_NSC_PC87309 bool + default n config SUPERIO_NSC_PC87351 bool + default n config SUPERIO_NSC_PC87360 bool + default n config SUPERIO_NSC_PC87366 bool + default n config SUPERIO_NSC_PC87417 bool + default n config SUPERIO_NSC_PC87427 bool + default n config SUPERIO_NSC_PC97307 bool + default n config SUPERIO_NSC_PC97317 bool + default n |