mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 02:19:54 +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
|
||||||
|
|||||||
@@ -47,3 +47,4 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o
|
|||||||
obj-$(CONFIG_XILLYBUS) += xillybus/
|
obj-$(CONFIG_XILLYBUS) += 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