diff options
Diffstat (limited to 'src/drivers/Kconfig')
-rw-r--r-- | src/drivers/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig index d2ff5d7d9f..da5c7ed154 100644 --- a/src/drivers/Kconfig +++ b/src/drivers/Kconfig @@ -17,9 +17,13 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -config DRIVERS_SIL +config DRIVERS_SIL_3114 bool "Silicon Image SIL3114" default n help It sets PCI class to IDE compatible native mode, allowing SeaBIOS, FILO etc... to boot from it. + + +source src/drivers/dec/Kconfig + |