xref: /OK3568_Linux_fs/buildroot/package/android-tools/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_ANDROID_TOOLS
2	bool "host android-tools"
3	select BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB if \
4		!BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
5	help
6	  This package contains the fastboot and adb utilities, that
7	  can be used to interact with target devices using of these
8	  protocols.
9
10if BR2_PACKAGE_HOST_ANDROID_TOOLS
11
12config BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
13	bool "fastboot"
14	help
15	  This option will build and install the fastboot utility for
16	  the host, which can be used to reflash target devices
17	  implementing the fastboot protocol.
18
19config BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB
20	bool "adb"
21	help
22	  This option will build and install the adb utility for the
23	  host, which can be used to interact with target devices
24	  implementing the ADB protocol.
25
26config BR2_PACKAGE_HOST_ANDROID_TOOLS_EXT4_UTILS
27	bool "ext4 utils"
28	help
29	  This option will build and install the ext4 utils for the
30	  host, i.e. make_ext4fs, ext4fixup, ext2simg, img2simg,
31	  simg2img and simg2simg.
32
33endif
34