-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 257195 b: refs/heads/master c: e6220bd h: refs/heads/master i: 257193: abc22fd 257191: 8496752 v: v3
- Loading branch information
Thomas Gleixner
committed
Jul 1, 2011
1 parent
4857578
commit 855007b
Showing
4 changed files
with
101 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 21f07f4f5718449c85c29827ff6fb0cf35a6c96e | ||
refs/heads/master: e6220bdc9485c5ea972f9e0e6d062a05934bb74b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
config CLKSRC_I8253 | ||
bool | ||
|
||
config CLKEVT_I8253 | ||
bool | ||
|
||
config I8253_LOCK | ||
bool | ||
|
||
config CLKBLD_I8253 | ||
def_bool y if CLKSRC_I8253 || I8253_LOCK | ||
def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK | ||
|
||
config CLKSRC_MMIO | ||
bool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters