summaryrefslogtreecommitdiff
path: root/src/drivers/realtek/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2012-07-26 11:34:57 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-07-26 19:02:59 +0200
commitfce22e80d84f68b0421405e048d3f2f7c67025f3 (patch)
treedaa62cb64842a3341ff9327d581b9dfc460e5d9b /src/drivers/realtek/Kconfig
parent82704c63b98202fe2a24032697369cd190202d3f (diff)
downloadcoreboot-fce22e80d84f68b0421405e048d3f2f7c67025f3.tar.xz
Remove copies of rtl8168.c
One copy was slightly different, but all the differences were commented out Change-Id: I3cc7b5621c681a1eb286f9b16ef3ebdce03abb6b Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/1356 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/realtek/Kconfig')
-rw-r--r--src/drivers/realtek/Kconfig6
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.