summaryrefslogtreecommitdiffstats
path: root/rules/hal.in
blob: c321c7da96df383afc505d88ef14d89479f03830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=shell_and_console

menuconfig HAL
	tristate
	select UDEV
	select EXPAT
	select DBUS
	select GLIB
	select DBUS_GLIB
	select LIBBLKID
	select POLICYKIT	if HAL_POLKIT
	select CONSOLEKIT	if HAL_POLKIT
	prompt "hal                           "
	help
	  hal is a dbus service which provides userspace access for all
	  kinds of hardware devices.

if HAL

config HAL_POLKIT
	bool
	prompt "policy kit support"
	help
	  Enable PolicyKit usage, which will also select ConsoleKit

endif