Skip to content

Commit

Permalink
Staging: Kconfig for ARCH=arm,8300, cris
Browse files Browse the repository at this point in the history
The new Kconfig option to build "staging" drivers (code in
drivers/staging/) is seen in all except three architectures (arm, h8300,
cris), because in these cases arch/$ARCH/Kconfig does NOT source
drivers/Kconfig.

This patch adds the source "drivers/staging/Kconfig" to
arch/$ARCH/Kconfig for these three exceptional cases.

Signed-off-by: Duncan Haldane <duncan_h@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
F. Duncan M. Haldane authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 60572c0 commit 6e38a2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,8 @@ source "drivers/regulator/Kconfig"

source "drivers/uio/Kconfig"

source "drivers/staging/Kconfig"

endmenu

source "fs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/cris/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@ source "drivers/usb/Kconfig"

source "drivers/uwb/Kconfig"

source "drivers/staging/Kconfig"

source "arch/cris/Kconfig.debug"

source "security/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions arch/h8300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ source "drivers/uwb/Kconfig"

endmenu

source "drivers/staging/Kconfig"

source "fs/Kconfig"

source "arch/h8300/Kconfig.debug"
Expand Down

0 comments on commit 6e38a2b

Please sign in to comment.