Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204919
b: refs/heads/master
c: ef2a452
h: refs/heads/master
i:
  204917: a9117a9
  204915: b206eec
  204911: 2f9da15
v: v3
  • Loading branch information
Andres Salomon authored and Grant Likely committed Jul 5, 2010
1 parent 42be6fb commit 55e2338
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ab5fc7e35705cf1a8a506d8e8b71acc27feec75
refs/heads/master: ef2a4524d6e776bbce819eeccbdcaeee5ce74027
8 changes: 0 additions & 8 deletions trunk/arch/microblaze/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ config CMDLINE_FORCE
Set this to have arguments from the default kernel command string
override those passed by the boot loader.

config PROC_DEVICETREE
bool "Support for device tree in /proc"
depends on PROC_FS
help
This option adds a device-tree directory under /proc which contains
an image of the device tree that the kernel copies from Open
Firmware or other boot firmware. If unsure, say Y here.

endmenu

menu "Advanced setup"
Expand Down
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -572,14 +572,6 @@ config SCHED_SMT
when dealing with POWER5 cpus at a cost of slightly increased
overhead in some places. If unsure say N here.

config PROC_DEVICETREE
bool "Support for device tree in /proc"
depends on PROC_FS
help
This option adds a device-tree directory under /proc which contains
an image of the device tree that the kernel copies from Open
Firmware or other boot firmware. If unsure, say Y here.

config CMDLINE_BOOL
bool "Default bootloader kernel arguments"

Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/of/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ config OF
menu "Flattened Device Tree and Open Firmware support"
depends on OF

config PROC_DEVICETREE
bool "Support for device tree in /proc"
depends on PROC_FS && !SPARC
help
This option adds a device-tree directory under /proc which contains
an image of the device tree that the kernel copies from Open
Firmware or other boot firmware. If unsure, say Y here.

config OF_FLATTREE
bool
select DTC
Expand Down

0 comments on commit 55e2338

Please sign in to comment.