summaryrefslogtreecommitdiffstats
path: root/rules/hal.in
blob: d60ca30d33d4c98354a70fda72e7303c45788887 (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
## 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"

endif