Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4440
b: refs/heads/master
c: bb13b5f
h: refs/heads/master
v: v3
  • Loading branch information
Tony Lindgren authored and Russell King committed Jul 10, 2005
1 parent 6a57e0d commit 906413a
Show file tree
Hide file tree
Showing 11 changed files with 481 additions and 103 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: d48af15ea7227d633ddd5002223c2b122b1032e1
refs/heads/master: bb13b5fdba16d5b30fe97f3d167bb138b978b71c
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap1/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <asm/io.h>
#include <asm/arch/tc.h>

extern int clk_init(void);
extern void omap_check_revision(void);

/*
Expand Down
13 changes: 13 additions & 0 deletions trunk/arch/arm/plat-omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ endchoice

comment "OMAP Feature Selections"

config OMAP_RESET_CLOCKS
bool "Reset unused clocks during boot"
depends on ARCH_OMAP
default n
help
Say Y if you want to reset unused clocks during boot.
This option saves power, but assumes all drivers are
using the clock framework. Broken drivers that do not
yet use clock framework may not work with this option.
If you are booting from another operating system, you
probably do not want this option enabled until your
device drivers work properly.

config OMAP_MUX
bool "OMAP multiplexing support"
depends on ARCH_OMAP
Expand Down
Loading

0 comments on commit 906413a

Please sign in to comment.