We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2c151 commit c23b905Copy full SHA for c23b905
drivers/char/Kconfig
@@ -5,6 +5,8 @@
5
6
menu "Character devices"
7
8
+source "drivers/char/broadcom/Kconfig"
9
+
10
source "drivers/tty/Kconfig"
11
12
config TTY_PRINTK
drivers/char/Makefile
@@ -43,3 +43,4 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o
43
obj-$(CONFIG_XILLYBUS_CLASS) += xillybus/
44
obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
45
obj-$(CONFIG_ADI) += adi.o
46
+obj-$(CONFIG_BRCM_CHAR_DRIVERS) += broadcom/
0 commit comments