Skip to content

Commit c23b905

Browse files
committed
char: Add broadcom char drivers back to build files
See: #3875 Signed-off-by: popcornmix <[email protected]>
1 parent 3b2c151 commit c23b905

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/char/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
menu "Character devices"
77

8+
source "drivers/char/broadcom/Kconfig"
9+
810
source "drivers/tty/Kconfig"
911

1012
config TTY_PRINTK

drivers/char/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o
4343
obj-$(CONFIG_XILLYBUS_CLASS) += xillybus/
4444
obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
4545
obj-$(CONFIG_ADI) += adi.o
46+
obj-$(CONFIG_BRCM_CHAR_DRIVERS) += broadcom/

0 commit comments

Comments
 (0)