diff options
Diffstat (limited to 'src/drivers/realtek/Kconfig')
-rw-r--r-- | src/drivers/realtek/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/realtek/Kconfig b/src/drivers/realtek/Kconfig new file mode 100644 index 0000000000..07994455b5 --- /dev/null +++ b/src/drivers/realtek/Kconfig @@ -0,0 +1,6 @@ +config RTL8168_ROM_DISABLE + bool "Disable RTL8168 ROM" + default n + help + Just enough of a driver to make coreboot not look for an Option ROM. + No configuration is necessary for the OS to pick up the device. |