diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 23:21:36 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 23:21:36 +0000 |
commit | af9a0ccb79723bef3c597ea72e417de968164c99 (patch) | |
tree | 3c4276485e0ae825e5aa6d1298f6757f9a973805 /package/hal/Config.in | |
parent | 8cc56adc391887c5f156de83c65fdbba2f31a1fe (diff) | |
download | buildroot-novena-af9a0ccb79723bef3c597ea72e417de968164c99.tar.gz buildroot-novena-af9a0ccb79723bef3c597ea72e417de968164c99.zip |
Add new 'hal' package.
Diffstat (limited to 'package/hal/Config.in')
-rw-r--r-- | package/hal/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/hal/Config.in b/package/hal/Config.in new file mode 100644 index 000000000..52740fcbc --- /dev/null +++ b/package/hal/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_HAL + bool "hal" + default n + select BR2_PACKAGE_DBUS + select BR2_PACKAGE_DBUS_GLIB + select BR2_PACKAGE_HWDATA + select BR2_PACKAGE_UDEV_VOLUME_ID + help + The Hardware Abstraction Layer (HAL) suite. |