Skip to content

Commit

Permalink
char: Add broadcom char drivers back to build files
Browse files Browse the repository at this point in the history
See: raspberrypi/linux#3875
Signed-off-by: popcornmix <popcornmix@gmail.com>
  • Loading branch information
popcornmix committed Mar 21, 2022
1 parent 893679b commit 369c3a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/char/Kconfig
Expand Up @@ -5,6 +5,8 @@

menu "Character devices"

source "drivers/char/broadcom/Kconfig"

source "drivers/tty/Kconfig"

config TTY_PRINTK
Expand Down
1 change: 1 addition & 0 deletions drivers/char/Makefile
Expand Up @@ -46,3 +46,4 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o
obj-$(CONFIG_XILLYBUS_CLASS) += xillybus/
obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
obj-$(CONFIG_ADI) += adi.o
obj-$(CONFIG_BRCM_CHAR_DRIVERS) += broadcom/

0 comments on commit 369c3a5

Please sign in to comment.