Skip to content

Commit

Permalink
i7300_idle: Kconfig, show menu only on x86_64
Browse files Browse the repository at this point in the history
...since today it contains only a single driver
which is visible to just x86_64

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Venki Pallipadi authored and Len Brown committed Oct 28, 2008
1 parent 49fdf67 commit 2830c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/idle/Kconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

menu "Memory power savings"
depends on X86_64

config I7300_IDLE_IOAT_CHANNEL
bool

config I7300_IDLE
tristate "Intel chipset idle memory power saving driver"
select I7300_IDLE_IOAT_CHANNEL
depends on X86_64 && EXPERIMENTAL
depends on EXPERIMENTAL
help
Enable memory power savings when idle with certain Intel server
chipsets. The chipset must have I/O AT support, such as the
Expand Down

0 comments on commit 2830c9f

Please sign in to comment.