mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
char: Add broadcom char drivers back to build files
See: https://github.com/raspberrypi/linux/issues/3875 Signed-off-by: popcornmix <popcornmix@gmail.com>
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
menu "Character devices"
|
menu "Character devices"
|
||||||
|
|
||||||
|
source "drivers/char/broadcom/Kconfig"
|
||||||
|
|
||||||
source "drivers/tty/Kconfig"
|
source "drivers/tty/Kconfig"
|
||||||
|
|
||||||
config TTY_PRINTK
|
config TTY_PRINTK
|
||||||
|
|||||||
@@ -46,3 +46,4 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o
|
|||||||
obj-$(CONFIG_XILLYBUS_CLASS) += xillybus/
|
obj-$(CONFIG_XILLYBUS_CLASS) += xillybus/
|
||||||
obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
|
obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
|
||||||
obj-$(CONFIG_ADI) += adi.o
|
obj-$(CONFIG_ADI) += adi.o
|
||||||
|
obj-$(CONFIG_BRCM_CHAR_DRIVERS) += broadcom/
|
||||||
|
|||||||
Reference in New Issue
Block a user